← Index
NYTProf Performance Profile   
For flows_to_es.pl
  Run on Mon May 9 23:27:59 2016
Reported on Mon May 9 23:28:09 2016

Filename(eval 77)[/usr/share/perl5/Class/Method/Modifiers.pm:152]
StatementsExecuted 2 statements in 12µs
Eval Invoked At/usr/share/perl5/Class/Method/Modifiers.pm line 152
Sibling evals1, 2, 3, 4
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
21116µs86µsSearch::Elasticsearch::Cxn::HTTPTiny::::process_responseSearch::Elasticsearch::Cxn::HTTPTiny::process_response
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package Search::Elasticsearch::Cxn::HTTPTiny;
2212µs270µs
# spent 86µs (16+70) within Search::Elasticsearch::Cxn::HTTPTiny::process_response which was called 2 times, avg 43µs/call: # 2 times (16µs+70µs) by Search::Elasticsearch::Cxn::HTTPTiny::perform_request at line 36 of /opt/flows/lib/lib/perl5/Search/Elasticsearch/Cxn/HTTPTiny.pm, avg 43µs/call
sub process_response {$$wrapped->(@_);}
3;